home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / phpMyAdmin / server_import.php < prev    next >
PHP Script  |  2005-11-23  |  456b  |  26 lines

  1. <?php
  2. /* $Id: server_import.php,v 2.4 2005/11/24 09:12:16 nijel Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5. require_once('./libraries/common.lib.php');
  6.  
  7. /**
  8.  * Does the common work
  9.  */
  10. require('./libraries/server_common.inc.php');
  11.  
  12.  
  13. /**
  14.  * Displays the links
  15.  */
  16. require('./libraries/server_links.inc.php');
  17.  
  18. $import_type = 'server';
  19. require('./libraries/display_import.lib.php');
  20. /**
  21.  * Displays the footer
  22.  */
  23. require('./libraries/footer.inc.php');
  24. ?>
  25.  
  26.